func google.golang.org/grpc.newInt

5 uses

	google.golang.org/grpc (current package)
		service_config.go#L271: 				mc.MaxReqSize = newInt(maxInt)
		service_config.go#L273: 				mc.MaxReqSize = newInt(int(*m.MaxRequestMessageBytes))
		service_config.go#L278: 				mc.MaxRespSize = newInt(maxInt)
		service_config.go#L280: 				mc.MaxRespSize = newInt(int(*m.MaxResponseMessageBytes))
		service_config.go#L370: func newInt(b int) *int {